Request.QueryString["recordid"] is empty on "thank you" page
Hi all,
I am trying to access the posted record on the "thank you" page, all the information I have found indicates that I should be able to access Request.QueryString and extract eg. RequestId from that.
Basically I am posting a simple form with a redirect to a thank you page.
My problem is that there is nothing in the querystring :(
Does anyone have any hints as to what I might be doing wrong?
Request.QueryString["recordid"] is empty on "thank you" page
Hi all,
I am trying to access the posted record on the "thank you" page, all the information I have found indicates that I should be able to access Request.QueryString and extract eg. RequestId from that.
Basically I am posting a simple form with a redirect to a thank you page.
My problem is that there is nothing in the querystring :(
Does anyone have any hints as to what I might be doing wrong?
cheers
garpur
Comment author was deleted
Hey Garpur,
Are you using Forms or Contour since there is a difference between the 2, if you are using Forms the record id is found in tempdata
Hi Tim,
I am using Forms which explains my pain :p
Do you have an example I an use (steal)? :)
cheers
garpur
Comment author was deleted
Try TempData["Forms_Current_Record_id"]
is working on a reply...